object Form1: TForm1 Left = 103 Top = 116 Width = 482 Height = 300 Caption = 'Check Book Assistant' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 OnCreate = FormCreate TextHeight = 13 object Spread1: TSpread Left = 6 Top = 38 Width = 465 Height = 227 ColCount = 6 DefaultRowHeight = 18 FixedCols = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goTabs] RowCount = 20 TabOrder = 0 Showoptions = ssformulas ShowZeros = False CalcOrder = coRows CalcOnChange = True DefaultCellformat = ffNumber DefaultCellType = ctformula Decimals = 2 StretchBitmap = False DefaultCellAlignment = taLeftJustify OnButtonClick = Spread1ButtonClick end object BitBtn1: TBitBtn Left = 11 Top = 10 Width = 89 Height = 23 Caption = '&Load from File' TabOrder = 1 OnClick = BitBtn1Click end object OpenDialog1: TOpenDialog FileName = '*.*' Filter = 'All Files (*.*)|*.*' Left = 316 Top = 14 end object SaveDialog1: TSaveDialog FileName = '*.*' Filter = 'All Files (*.*)|*.*' Options = [ofOverwritePrompt] Left = 377 Top = 14 end end